home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-12-18 | 668 b | 28 lines | [TEXT/PJMM] |
- {****************************************************}
- {}
- { SATTest.p }
- {}
- { Main file for SATTest. }
- {}
- { Copyright © 1995 by Patrick C Hew. All rights reserved. }
- {}
- {****************************************************}
-
-
- program SATTest;
-
- { Turn off automatic initialization }
- {$I-}
-
- uses
- TCL, SATTestIntf;
-
- begin { SATTest }
- (* if your program needs extra stack space, call *)
- (* SetMinimumStack here *)
-
- new(CSATTestApp(gApplication));
- CSATTestApp(gApplication).ISATTestApp;
- gApplication.Run;
- gApplication.ExitApp;
- end. { SATTest }